home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
s_to_z
/
wmapdemo
/
data.z
/
ADJGRID.DFM
/
ADJGRID.txt
Wrap
Text File
|
1996-03-06
|
2KB
|
87 lines
object GridDlg: TGridDlg
Left = 263
Top = 115
ActiveControl = Edit1
BorderStyle = bsDialog
Caption = 'Adjust Grids'
ClientHeight = 155
ClientWidth = 317
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 300
Height = 97
Shape = bsFrame
IsControl = True
end
object Label1: TLabel
Left = 37
Top = 29
Width = 162
Height = 13
Caption = 'Horizontal Gap (in Degrees):'
end
object Label2: TLabel
Left = 38
Top = 59
Width = 148
Height = 13
Caption = 'Vertical Gap (in Degrees):'
end
object OKBtn: TBitBtn
Left = 64
Top = 115
Width = 77
Height = 27
TabOrder = 0
OnClick = OKBtnClick
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 148
Top = 115
Width = 77
Height = 27
TabOrder = 1
Kind = bkCancel
Margin = 2
Spacing = -1
IsControl = True
end
object HelpBtn: TBitBtn
Left = 232
Top = 115
Width = 77
Height = 27
TabOrder = 2
Kind = bkHelp
Margin = 2
Spacing = -1
IsControl = True
end
object Edit1: TEdit
Left = 203
Top = 27
Width = 57
Height = 20
TabOrder = 3
end
object Edit2: TEdit
Left = 203
Top = 56
Width = 57
Height = 20
TabOrder = 4
end
end